home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / tagcalls / utility.inc < prev    next >
Text File  |  1998-06-24  |  195b  |  10 lines

  1. pattern AllocNamedObject(_name, ...) is
  2.     push a6;
  3.     push.l ...;
  4.     safe a0:=_name; a1:=sp;;
  5.     a6:=UtilityBase; jsr [a6-228];
  6.     sp:=sp+countof(...)<<2;
  7.     pop a6;
  8. endp;                                                            # ALLOCNAMEDOBJECT
  9.  
  10.